ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Localization Namespace / Common<R> Class
The strongly-typed resource subclass
Members

In This Topic
    Common<R> Class
    In This Topic
    A helper base for resource strongly-typed resource class that reads resources from the application assembly.
    Object Model
    Common<R> Class
    Syntax
    'Declaration
     
    Public Class Common(Of R As {New, Common(Of R)}) 
    public class Common<R> 
    where R: new(), Common<R>
    Type Parameters
    R
    The strongly-typed resource subclass
    Inheritance Hierarchy

    System.Object
       C1.ExpressionEditor.Localization.Common<R>

    See Also